| commit | 84107932fbd44e3a5135979afdfe5460cb8a9700 | [log] [tgz] |
|---|---|---|
| author | Ian Barkley-Yeung <iby@chromium.org> | Thu Feb 08 22:17:20 2024 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 09 22:13:22 2024 |
| tree | f487b0e886eef09c1fe927bef4ff37db6e89f385 | |
| parent | 8b48dc03739d9bebaca465fc52b248d3caf16e83 [diff] |
Update team email in DIR_METADATA Cros-telemetry is being folded into chromeos-data-eng. Update DIR_METADATA appropriately. BUG=b:324495306 TEST=None Change-Id: Id06fa8101b9e77a750f2b297f470fb33d2bd5df8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/redaction_tool/+/5280798 Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Auto-Submit: Ian Barkley-Yeung <iby@chromium.org> Reviewed-by: Miriam Zimmerman <mutexlox@chromium.org> Commit-Queue: Miriam Zimmerman <mutexlox@chromium.org> Tested-by: Ian Barkley-Yeung <iby@chromium.org>
redaction_tool: PII Redaction ToolA redaction_tool redacts PII using a wide set of RegEx expressions.
This code is a mirror of https://source.chromium.org/chromium/chromium/src/+/main:components/feedback/redaction_tool/
Changes should be made in chromium code base only and then be upreved here.
To pull in updates from chromium/src, do the following:
git remote updategit checkout -b main cros/maingit merge cros/upstream/mainBUILD.gn should mostly use the version from main, unless the upstream changes the files to be built.git revert after committing the merge commit. This preserves the history and makes it clear why a change is being reverted rather than quietly changing it in the merge commit.git push HEAD:refs/for/main